home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / wsanet8a / wsanet / common / about.frm next >
Text File  |  1996-04-08  |  4KB  |  122 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    ClientHeight    =   3330
  6.    ClientLeft      =   1950
  7.    ClientTop       =   1800
  8.    ClientWidth     =   4560
  9.    ControlBox      =   0   'False
  10.    Height          =   3705
  11.    Icon            =   ABOUT.FRX:0000
  12.    Left            =   1905
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   3330
  17.    ScaleWidth      =   4560
  18.    Top             =   1470
  19.    Width           =   4650
  20.    Begin CommandButton BtnOk 
  21.       Caption         =   "&Ok!"
  22.       Default         =   -1  'True
  23.       Height          =   375
  24.       Left            =   1680
  25.       TabIndex        =   5
  26.       Top             =   2880
  27.       Width           =   975
  28.    End
  29.    Begin SSFrame FrameCopyright 
  30.       Alignment       =   2  'Center
  31.       Caption         =   "Copyright"
  32.       Font3D          =   3  'Inset w/light shading
  33.       Height          =   1215
  34.       Left            =   120
  35.       TabIndex        =   4
  36.       Top             =   1560
  37.       Width           =   4215
  38.       Begin Label Label1 
  39.          BackStyle       =   0  'Transparent
  40.          Caption         =   "This program is PUBLIC DOMAIN freeware. You may use and copy this program freely. You may NOT make profit on its distribution. Please see the WSANET.HLP file for the full copyright agreement."
  41.          FontBold        =   0   'False
  42.          FontItalic      =   -1  'True
  43.          FontName        =   "MS Sans Serif"
  44.          FontSize        =   8.25
  45.          FontStrikethru  =   0   'False
  46.          FontUnderline   =   0   'False
  47.          Height          =   855
  48.          Left            =   120
  49.          TabIndex        =   6
  50.          Top             =   240
  51.          Width           =   3975
  52.       End
  53.    End
  54.    Begin SSPanel PanelAppTitle 
  55.       Alignment       =   6  'Center - TOP
  56.       BackColor       =   &H00C0C0C0&
  57.       Caption         =   "PanelAppTitle"
  58.       Font3D          =   1  'Raised w/light shading
  59.       FontBold        =   -1  'True
  60.       FontItalic      =   0   'False
  61.       FontName        =   "MS Sans Serif"
  62.       FontSize        =   9.75
  63.       FontStrikethru  =   0   'False
  64.       FontUnderline   =   0   'False
  65.       Height          =   735
  66.       Left            =   0
  67.       TabIndex        =   0
  68.       Top             =   0
  69.       Width           =   4575
  70.       Begin PictureBox Picture1 
  71.          AutoRedraw      =   -1  'True
  72.          AutoSize        =   -1  'True
  73.          BackColor       =   &H00C0C0C0&
  74.          BorderStyle     =   0  'None
  75.          FillStyle       =   0  'Solid
  76.          Height          =   480
  77.          Left            =   120
  78.          Picture         =   ABOUT.FRX:0302
  79.          ScaleHeight     =   480
  80.          ScaleWidth      =   480
  81.          TabIndex        =   2
  82.          Top             =   120
  83.          Width           =   480
  84.       End
  85.       Begin SSPanel Panel3D2 
  86.          Alignment       =   6  'Center - TOP
  87.          BackColor       =   &H00C0C0C0&
  88.          BevelOuter      =   1  'Inset
  89.          Caption         =   "By: Ian C. Blenke"
  90.          Font3D          =   1  'Raised w/light shading
  91.          Height          =   255
  92.          Left            =   840
  93.          TabIndex        =   1
  94.          Top             =   360
  95.          Width           =   3015
  96.       End
  97.    End
  98.    Begin Label LabelAppDescription 
  99.       BackStyle       =   0  'Transparent
  100.       Caption         =   "LabelAppDescription"
  101.       FontBold        =   0   'False
  102.       FontItalic      =   0   'False
  103.       FontName        =   "MS Sans Serif"
  104.       FontSize        =   8.25
  105.       FontStrikethru  =   0   'False
  106.       FontUnderline   =   0   'False
  107.       Height          =   735
  108.       Left            =   120
  109.       TabIndex        =   3
  110.       Top             =   840
  111.       Width           =   4335
  112.    End
  113. End
  114. Option Explicit
  115.  
  116. Sub BtnOk_Click ()
  117.  
  118.     gsMISCAboutUnload
  119.  
  120. End Sub
  121.  
  122.